home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Business & Presentations
/
Business and Presentations - Volume 1 (1995)(Sideface)(NL).iso
/
cad
/
hatcher
/
load-b.bat
< prev
next >
Wrap
DOS Batch File
|
1993-09-14
|
1KB
|
33 lines
ECHO OFF
ECHO *************************************************************
ECHO Loading HATCHER shareware version Patterns to your -
ECHO AutoCAD subdirectory.
ECHO *************************************************************
ECHO Copying all HATCHER_1.SW files.
COPY B:\*.*
ECHO Copying Your Dir.\ACAD.PAT file to this directory.
COPY ..\ACAD.PAT
ECHO Creating a backup of ACAD.PAT file as BAK-ACAD.PAT.
COPY ..\ACAD.PAT BAK-ACAD.PAT
ECHO Appending the files ACAD.PAT and HATCHES.PAT together.
COPY ACAD.PAT+HATCHES.PAT ACAD.PAT
PAUSE
CLS
ECHO ******************************************************************
ECHO.
ECHO All HATCHER files have been loaded to your directory.
ECHO The HATCHES.PAT file has already been appended to the ACAD.PAT
ECHO file in this sudirectory! If you wish to use HATCHER Patterns
ECHO from any subdirectory, Copy all files in this subdirectory to the
ECHO AutoCAD main directory in your system. Doing this will assure the
ECHO HATCHER files will always be found no matter what directory you
ECHO are using AutoCAD in.
ECHO.
ECHO ******************************************************************
ECHO REMEMBER: Every time you register you'll get more hatch patterns!
ECHO Check to see what version is being offered first...
ECHO (C)HATCHER Copyright 1993 by: Morris Sharp
ECHO All rights fully reserved.
PAUSE
CLS